object Form4: TForm4 Left = 290 Top = 158 BorderIcons = [] BorderStyle = bsSingle Caption = 'SendTo Menu Items' ClientHeight = 359 ClientWidth = 366 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 12 Top = 71 Width = 341 Height = 13 Caption = 'Put a check mark next to items you wish to remove from SendTo me' + 'nu.' end object Panel1: TPanel Left = 0 Top = 0 Width = 366 Height = 57 Align = alTop BevelOuter = bvNone Caption = 'Panel1' Color = clWhite TabOrder = 0 object Image1: TImage Left = 13 Top = 12 Width = 32 Height = 32 Picture.Data = {} end object Label1: TLabel Left = 56 Top = 8 Width = 129 Height = 13 Caption = 'Windows SendTo Menu' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 56 Top = 24 Width = 293 Height = 26 Caption = 'This window allows you to remove no longer used items from your ' + 'Windows "SendTo" menu.' WordWrap = True end end object Panel2: TPanel Left = 0 Top = 57 Width = 366 Height = 2 Align = alTop BevelOuter = bvLowered TabOrder = 1 end object Button1: TButton Left = 285 Top = 329 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 205 Top = 329 Width = 75 Height = 25 Caption = '&Save' TabOrder = 3 OnClick = Button2Click end object CheckListBox1: TCheckListBox Left = 8 Top = 96 Width = 350 Height = 225 ItemHeight = 13 Sorted = True TabOrder = 4 end end